shown.
#+BEGIN_SRC emacs-lisp
- ;; Set the time delay (in seconds) for the which-key popup to appear.
+ ;; Set the time delay (in seconds) for the which-key popup to appear. A value of
+ ;; zero might cause issues so a non-zero value is recommended.
(setq which-key-idle-delay 1.0)
;; Set the maximum length (in characters) for key descriptions (commands or
:prefix "which-key-")
(defcustom which-key-idle-delay 1.0
- "Delay (in seconds) for which-key buffer to popup."
+ "Delay (in seconds) for which-key buffer to popup. A value of zero
+might lead to issues, so a non-zero value is recommended
+(see https://github.com/justbur/emacs-which-key/issues/134)."
:group 'which-key
:type 'float)